placesview: Present FUSE-reachable network shares in Other Locations
authorColin Leroy <colin@colino.net>
Tue, 12 Sep 2017 13:32:36 +0000 (15:32 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 8 Dec 2017 02:41:44 +0000 (21:41 -0500)
commit279b81d20211c301ce5ba6678a398db483a17409
treed3cb32cd7ed54efa8a83d17ccaa52b65f7e906ed
parent86dd1e37a70e9bae057a9a11332f7254cda242e8
placesview: Present FUSE-reachable network shares in Other Locations

The documentation about gtk_file_chooser_set_local_only() states
that "non-native files may still be available using the native
filesystem via a userspace filesystem (FUSE)."
The code that made this possible in GTK+2 was missing from GTK+3 and
that represented a regression for Linux users in numerous applications
(Firefox, Thunderbird, Chromium, ...)

https://bugzilla.gnome.org/show_bug.cgi?id=787128
gtk/gtkplacesview.c